projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2015f2
)
(tty-handle-args): Use %S to log ARGS.
author
Thien-Thi Nguyen
<ttn@gnuvola.org>
Tue, 10 Apr 2007 11:40:00 +0000
(11:40 +0000)
committer
Thien-Thi Nguyen
<ttn@gnuvola.org>
Tue, 10 Apr 2007 11:40:00 +0000
(11:40 +0000)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 22f32d2b1494f976a94fd38aca6a3a7dcbdecc67..84dc4dca8d88f07512cf8674e74ef961809c6db5 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-510,7
+510,7
@@
or `CVS', and any subdirectory that contains a file named `.nosearch'."
;; Handle the X-like command-line arguments "-fg", "-bg", "-name", etc.
(defun tty-handle-args (args)
(let (rest)
- (message "%
s
" args)
+ (message "%
S
" args)
(while (and args
(not (equal (car args) "--")))
(let* ((argi (pop args))